home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frm3_4_1
- Caption = "3-4-1"
- ClientHeight = 1572
- ClientLeft = 1092
- ClientTop = 1488
- ClientWidth = 1728
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 7.8
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "Form1"
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 1572
- ScaleWidth = 1728
- Begin VB.CommandButton cmdButton
- Caption = "Display Results"
- Default = -1 'True
- Height = 615
- Left = 120
- TabIndex = 1
- Top = 840
- Width = 1455
- End
- Begin VB.PictureBox picBox
- Height = 495
- Left = 120
- ScaleHeight = 444
- ScaleWidth = 1404
- TabIndex = 0
- Top = 120
- Width = 1455
- End
- Attribute VB_Name = "frm3_4_1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdButton_Click()
- picBox.Cls
- picBox.Print "hello"
- today = "9/17/99"
- picBox.Print today
- End Sub
-